Uses of Class
eu.europa.ec.taxud.cesop.domain.DocTypeEnum
-
Packages that use DocTypeEnum Package Description eu.europa.ec.taxud.cesop.domain eu.europa.ec.taxud.cesop.utils -
-
Uses of DocTypeEnum in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return DocTypeEnum Modifier and Type Method Description static DocTypeEnumDocTypeEnum. findByCode(String code)Find aDocTypeEnumby its code.static DocTypeEnumDocTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocTypeEnum[]DocTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DocTypeEnum in eu.europa.ec.taxud.cesop.utils
Methods in eu.europa.ec.taxud.cesop.utils with parameters of type DocTypeEnum Modifier and Type Method Description static voidValidationErrorUtils. checkCmBr0050(List<ValidationError> validationErrors, String messageRefId, DocTypeEnum docTypeEnum, String corrDocRefId, String docRefId)Checks if the CorrDocRefId is not specified for new data (20050).static voidValidationErrorUtils. checkCmBr0060(List<ValidationError> validationErrors, String messageRefId, DocTypeEnum docTypeEnum, String corrDocRefId, String docRefId)Checks if the corrDocRefId is provided in case of correction (20060).static voidValidationErrorUtils. checkCmBr0120(List<ValidationError> validationErrors, String messageRefId, DocTypeEnum docTypeEnum, String corrDocRefId, Set<String> corrDocRefIds, String xsdVersion, String docRefId)Checks if the corrDocRefId references to single message in case of correction (20120).static voidValidationErrorUtils. checkMhBr0070AndMhBr0080(List<ValidationError> validationErrors, String messageRefId, MessageTypeIndicEnum messageTypeIndic, DocTypeEnum docType, String docRefId)Checks if an initial Payment data message only contains new data and if a correction message only contains corrections/deletions (10070 and 10080).static voidValidationErrorUtils. checkRpBr0050(List<ValidationError> validationErrors, String messageRefId, DocTypeEnum docType, boolean emptyTransactions)Checks if the 'ReportedTransaction' element is present, except in case of deletion of the related Reported Payee.static voidValidationErrorUtils. checkRpBr0090(List<ValidationError> validationErrors, String messageRefId, DocTypeEnum docType, boolean emptyTransactions, String docRefId, String xsdVersion)
-